-
Notifications
You must be signed in to change notification settings - Fork 574
Fix build for Python 3.14 #638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
In extreme cases, isinstance(..., ()) may still return False instead of raising a TypeError
This uses private API now. Proper fix pending discussion in python/cpython#131148
* Add deprecation in docstring * Stop using private API, refs python/cpython#131148 * Use AbstractEventLoop instead, after @Vizonex's suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@graingert @fantix
I like the fact that my approach from winloop is being utilized here but would it be smart if the install()
function threw an error if 3.16+ is used?
I'm not sure, but I feel like it's fine that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'll have to mirror some of this myself even though I don't agree with all of it but it works nevertheless. You'll have to let 1st1 review it since I'm not the deciding factor but wanted to provide input and feedback to the project since I run the windows version of it.
Fixes #637